home *** CD-ROM | disk | FTP | other *** search
- object frmEditTPSettings: TfrmEditTPSettings
- Left = 481
- Top = 358
- HelpContext = 35
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'TPFormSettings Property Manager'
- ClientHeight = 273
- ClientWidth = 452
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PopupMenu = popGeneral
- Position = poDefaultPosOnly
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pgcMain: TPageControl
- Left = 0
- Top = 0
- Width = 366
- Height = 273
- ActivePage = tabMRU
- Align = alClient
- TabOrder = 0
- object tabGeneral: TTabSheet
- Caption = 'General'
- object grpGeneral: TGroupBox
- Left = 0
- Top = 0
- Width = 358
- Height = 245
- HelpContext = 6
- Align = alClient
- Caption = 'General'
- TabOrder = 0
- object lblSaveLocation: TLabel
- Left = 9
- Top = 20
- Width = 81
- Height = 13
- Caption = 'Save Settings to:'
- end
- object lblHKey: TLabel
- Left = 9
- Top = 49
- Width = 73
- Height = 13
- Caption = 'Registry HKEY:'
- Visible = False
- end
- object cbxSaveLocation: TComboBox
- Left = 98
- Top = 18
- Width = 160
- Height = 21
- HelpContext = 36
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Registry'
- 'Stream'
- 'OLE Structured Storage'
- 'User-Defined Location')
- TabOrder = 0
- OnChange = cbxSaveLocationChange
- end
- object grpSoftwareInfo: TGroupBox
- Left = 9
- Top = 80
- Width = 340
- Height = 105
- Caption = 'Software Information'
- TabOrder = 1
- object lblCompany: TLabel
- Left = 9
- Top = 20
- Width = 78
- Height = 13
- Caption = 'Company Name:'
- end
- object lblSoftware: TLabel
- Left = 9
- Top = 49
- Width = 76
- Height = 13
- Caption = 'Software Name:'
- end
- object lblVersion: TLabel
- Left = 9
- Top = 78
- Width = 83
- Height = 13
- Caption = 'Software Version:'
- end
- object edtCompany: TEdit
- Left = 100
- Top = 18
- Width = 180
- Height = 21
- HelpContext = 3
- TabOrder = 0
- end
- object edtSoftware: TEdit
- Left = 100
- Top = 47
- Width = 180
- Height = 21
- HelpContext = 4
- TabOrder = 1
- end
- object edtVersion: TEdit
- Left = 100
- Top = 76
- Width = 180
- Height = 21
- HelpContext = 5
- TabOrder = 2
- end
- end
- object cbxHKey: TComboBox
- Left = 98
- Top = 47
- Width = 160
- Height = 21
- HelpContext = 2
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'HKEY_CURRENT_USER'
- 'HKEY_LOCAL_MACHINE')
- TabOrder = 2
- Visible = False
- end
- end
- end
- object tabMRU: TTabSheet
- Caption = 'MRU List'
- object grpMRU: TGroupBox
- Left = 0
- Top = 0
- Width = 358
- Height = 245
- HelpContext = 15
- Align = alClient
- Caption = 'MRU Options'
- TabOrder = 0
- object lblMRULength: TLabel
- Left = 9
- Top = 20
- Width = 36
- Height = 13
- Caption = '&Length:'
- FocusControl = edtMRULength
- end
- object lblMRUMenuItem: TLabel
- Left = 9
- Top = 49
- Width = 53
- Height = 13
- Caption = 'Menu &Item:'
- FocusControl = cbxMenuItem
- end
- object lblDisplayStyle: TLabel
- Left = 9
- Top = 78
- Width = 63
- Height = 13
- Caption = 'Display Style:'
- end
- object lblAppPathSettings: TLabel
- Left = 14
- Top = 139
- Width = 126
- Height = 13
- Caption = 'Abbreviated Path Settings:'
- end
- object grpAbbSettings: TGroupBox
- Left = 9
- Top = 152
- Width = 342
- Height = 86
- Color = clBtnFace
- ParentColor = False
- TabOrder = 6
- OnMouseMove = GenMouseMove
- object lblMRUDisplayWidth: TLabel
- Left = 7
- Top = 14
- Width = 68
- Height = 13
- Caption = 'Display &Width:'
- FocusControl = edtDisplayWidth
- end
- object lblSampleDesc: TLabel
- Left = 9
- Top = 43
- Width = 276
- Height = 13
- Caption = 'Sample Menu Item: (Drag right edge to adjust menu width.)'
- end
- object pbxMenuWidth: TPaintBox
- Left = 2
- Top = 58
- Width = 337
- Height = 25
- OnMouseDown = pbxMenuWidthMouseDown
- OnMouseMove = pbxMenuWidthMouseMove
- OnMouseUp = pbxMenuWidthMouseUp
- OnPaint = pbxMenuWidthPaint
- end
- object edtDisplayWidth: TEdit
- Left = 101
- Top = 12
- Width = 48
- Height = 21
- HelpContext = 13
- MaxLength = 3
- TabOrder = 0
- Text = '300'
- OnChange = edtDisplayWidthChange
- end
- object updDisplayWidth: TUpDown
- Left = 149
- Top = 12
- Width = 12
- Height = 21
- HelpContext = 13
- Associate = edtDisplayWidth
- Min = 100
- Max = 300
- Position = 300
- TabOrder = 1
- Wrap = False
- end
- end
- object edtMRULength: TEdit
- Left = 78
- Top = 18
- Width = 20
- Height = 21
- HelpContext = 7
- MaxLength = 1
- TabOrder = 0
- Text = '4'
- OnChange = edtMRULengthChange
- end
- object updMRULength: TUpDown
- Left = 98
- Top = 18
- Width = 12
- Height = 21
- HelpContext = 7
- Associate = edtMRULength
- Min = 0
- Max = 9
- Position = 4
- TabOrder = 1
- Wrap = False
- end
- object cbxMenuItem: TComboBox
- Left = 78
- Top = 47
- Width = 148
- Height = 21
- HelpContext = 8
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- object btnFullPath: TRadioButton
- Left = 78
- Top = 77
- Width = 113
- Height = 17
- HelpContext = 9
- Caption = '&Full Path'
- Checked = True
- TabOrder = 3
- TabStop = True
- OnClick = DisplayStyleClick
- end
- object btnFileOnly: TRadioButton
- Left = 78
- Top = 97
- Width = 113
- Height = 17
- HelpContext = 10
- Caption = 'Filename &Only'
- TabOrder = 4
- OnClick = DisplayStyleClick
- end
- object btnAbbPath: TRadioButton
- Left = 78
- Top = 117
- Width = 113
- Height = 17
- HelpContext = 11
- Caption = '&Abbreviated Path'
- TabOrder = 5
- OnClick = DisplayStyleClick
- end
- end
- end
- object tabForm: TTabSheet
- Caption = 'Parent Form'
- object grpParentForm: TGroupBox
- Left = 0
- Top = 0
- Width = 358
- Height = 245
- HelpContext = 21
- Align = alClient
- Caption = 'General Parent Form Options'
- TabOrder = 0
- object btnFormLeft: TCheckBox
- Left = 12
- Top = 20
- Width = 97
- Height = 17
- HelpContext = 16
- Caption = '&Left'
- State = cbChecked
- TabOrder = 0
- end
- object btnFormTop: TCheckBox
- Left = 12
- Top = 45
- Width = 97
- Height = 17
- HelpContext = 17
- Caption = '&Top'
- State = cbChecked
- TabOrder = 1
- end
- object btnFormWidth: TCheckBox
- Left = 12
- Top = 70
- Width = 97
- Height = 17
- HelpContext = 18
- Caption = '&Width'
- State = cbChecked
- TabOrder = 2
- end
- object btnFormHeight: TCheckBox
- Left = 12
- Top = 95
- Width = 97
- Height = 17
- HelpContext = 19
- Caption = '&Height'
- State = cbChecked
- TabOrder = 3
- end
- object btnFormState: TCheckBox
- Left = 12
- Top = 120
- Width = 97
- Height = 17
- HelpContext = 20
- Caption = 'Window &State'
- State = cbChecked
- TabOrder = 4
- end
- end
- end
- object tabBound: TTabSheet
- Caption = 'Property Settings'
- object grpPropRelated: TGroupBox
- Left = 0
- Top = 0
- Width = 358
- Height = 245
- HelpContext = 29
- Align = alClient
- Caption = 'Form-Related or Component-Related Settings'
- TabOrder = 0
- object pgcComps: TPageControl
- Left = 9
- Top = 20
- Width = 192
- Height = 218
- ActivePage = tabAllComps
- TabOrder = 0
- OnChange = pgcCompsChange
- object tabAllComps: TTabSheet
- Caption = 'All Properties'
- object tvwProperties: TTreeView
- Left = 0
- Top = 0
- Width = 184
- Height = 190
- HelpContext = 22
- ReadOnly = True
- HideSelection = False
- Indent = 19
- Items.Data = {
- 030000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000002000000
- 05426C616B651F0000000000000000000000FFFFFFFFFFFFFFFF000000000000
- 0000064369646E69651E0000000000000000000000FFFFFFFFFFFFFFFF000000
- 000000000005486F6C6C791D0000000300000000000000FFFFFFFFFFFFFFFF00
- 00000001000000045279616E1E0000000100000000000000FFFFFFFFFFFFFFFF
- 000000000000000005417269616E1E0000000200000000000000FFFFFFFFFFFF
- FFFF00000000010000000553636F74741F0000000000000000000000FFFFFFFF
- FFFFFFFF0000000000000000064C65736C6965}
- OnChange = tvwPropertiesChange
- Align = alClient
- ParentColor = False
- TabOrder = 0
- OnClick = tvwPropertiesClick
- OnMouseUp = tvwPropertiesMouseUp
- OnDblClick = DoShowQuickEdit
- PopupMenu = popTree
- Images = ilstTreeImages
- end
- end
- object tabSelectedComps: TTabSheet
- Caption = 'Selected Properties'
- object lstProperties: TListBox
- Left = 0
- Top = 0
- Width = 184
- Height = 190
- HelpContext = 23
- Align = alClient
- ItemHeight = 13
- PopupMenu = popSelList
- Sorted = True
- TabOrder = 0
- OnClick = lstPropertiesClick
- OnKeyUp = lstPropertiesKeyUp
- end
- end
- end
- object grpCurrentProps: TGroupBox
- Left = 208
- Top = 20
- Width = 140
- Height = 218
- Caption = 'Setting Information'
- TabOrder = 1
- object lblExternalName: TLabel
- Left = 28
- Top = 40
- Width = 72
- Height = 13
- Caption = 'E&xternal Name:'
- Enabled = False
- FocusControl = edtExternalName
- end
- object lblBoundApp: TLabel
- Left = 28
- Top = 150
- Width = 58
- Height = 13
- Caption = '&App Setting:'
- Enabled = False
- FocusControl = cbxBoundApp
- end
- object edtExternalName: TEdit
- Left = 28
- Top = 57
- Width = 102
- Height = 21
- HelpContext = 26
- Enabled = False
- TabOrder = 0
- OnChange = edtExternalNameChange
- end
- object cbxBoundApp: TComboBox
- Left = 28
- Top = 167
- Width = 102
- Height = 21
- HelpContext = 28
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- TabOrder = 1
- OnChange = cbxBoundAppChange
- end
- object btnPropEncrypted: TCheckBox
- Left = 28
- Top = 90
- Width = 105
- Height = 17
- HelpContext = 27
- Caption = 'Store &Encrypted'
- Enabled = False
- TabOrder = 2
- OnClick = btnPropEncryptedClick
- end
- object btnUnBound: TRadioButton
- Left = 9
- Top = 20
- Width = 126
- Height = 17
- HelpContext = 24
- Caption = 'Stand-Alone Setting'
- Enabled = False
- TabOrder = 3
- OnClick = btnUnBoundClick
- end
- object btnBound: TRadioButton
- Left = 9
- Top = 130
- Width = 126
- Height = 17
- HelpContext = 25
- Caption = 'Bound to App Setting'
- Enabled = False
- TabOrder = 4
- OnClick = btnBoundClick
- end
- end
- end
- end
- object tabUnBound: TTabSheet
- Caption = 'Generic Settings'
- object grpGeneric: TGroupBox
- Left = 0
- Top = 0
- Width = 358
- Height = 245
- HelpContext = 34
- Align = alClient
- Caption = 'Generic Named Settings'
- TabOrder = 0
- object grpSettingInfo2: TGroupBox
- Left = 208
- Top = 20
- Width = 140
- Height = 218
- Caption = 'Setting Information'
- TabOrder = 1
- object lblBoundToApp: TLabel
- Left = 9
- Top = 96
- Width = 104
- Height = 13
- Caption = 'Bound to App Setting:'
- Visible = False
- end
- object ComboBox2: TComboBox
- Left = 9
- Top = 118
- Width = 122
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Visible = False
- end
- object btnGenEncrypted: TCheckBox
- Left = 9
- Top = 24
- Width = 105
- Height = 17
- HelpContext = 27
- Caption = 'Store &Encrypted'
- Enabled = False
- TabOrder = 1
- OnClick = btnGenEncryptedClick
- end
- end
- object btnAddItem: TButton
- Left = 11
- Top = 214
- Width = 55
- Height = 22
- HelpContext = 31
- Caption = '&Add'
- TabOrder = 2
- OnClick = btnAddItemClick
- end
- object btnEditItem: TButton
- Left = 73
- Top = 214
- Width = 55
- Height = 22
- HelpContext = 32
- Caption = 'E&dit'
- Enabled = False
- TabOrder = 3
- OnClick = btnEditItemClick
- end
- object tvwGeneric: TTreeView
- Left = 9
- Top = 20
- Width = 192
- Height = 188
- HelpContext = 30
- ShowButtons = False
- HideSelection = False
- Indent = 15
- OnEditing = tvwGenericEditing
- OnEdited = tvwGenericEdited
- OnChange = tvwGenericChange
- ParentColor = False
- TabOrder = 0
- PopupMenu = popGeneric
- ParentShowHint = False
- ShowHint = False
- end
- object btnDeleteItem: TButton
- Left = 135
- Top = 214
- Width = 55
- Height = 22
- HelpContext = 33
- Caption = 'De&lete'
- Enabled = False
- TabOrder = 4
- OnClick = btnDeleteItemClick
- end
- end
- end
- end
- object pnlRight: TPanel
- Left = 366
- Top = 0
- Width = 86
- Height = 273
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object btnOK: TButton
- Left = 8
- Top = 12
- Width = 70
- Height = 22
- Caption = 'OK'
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 8
- Top = 42
- Width = 70
- Height = 22
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- end
- object ilstTreeImages: TImageList
- Left = 383
- Top = 91
- Bitmap = {
- 3618000004000000424D36180000000000003600000028000000400000002000
- 0000010018000000000000180000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000003067
- 60AF6F70A06F604F8F70CFAF3F90A860C04F60AF4F703FCF201FAF709F8F709F
- 8F700F8F702FAF3F4F88600F0F6F7FCF201FAF709F8F70D02F6F80AF3FC06730
- A0873080C7201FAF709F8F701FEF6FAFCF6FA04F70CFAF3FAF68500F0800A000
- 00000000000000000000A0000000000000000000000000000000000030286F60
- AF6000C74F7F8F7000C7607FAF70708F60000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001F0F
- 6F0F2F6F90AF3F80C72030AF70608F6F90476060AF600F6F6040AF3F80C72030
- AF70608F6F9F0770902F6F6FAF60EF473030C760AF8F6F606F301F0F6F0F2F6F
- 90AF3F80C72030AF70608F6F9F476060AF600F6F6040AF3F80C720A0EF6FA02F
- 6060AF3F2F4730A02730B0073070073080C7201FAF709F8F70702F606FAF60EF
- 4740602F605FAF605F67501F0F6FBFAF60708F604FAF6F0FCF6F306760AF6F70
- A02F60208F6090AF3FB0E73080672F70286F702F605F8740902F6FB0AF6020AF
- 6090EF5F1FEF6F70CF6070077060EF3F104F608F2F6020AF70608F70EF473030
- 4760102F701F0F6F4F8F6F20AF3FA0C72090EF6F20AF607F2F6020AF70608F70
- EF47303047707F8F602FEF6F1F0F6F4F8F6F20AF3FA0C72030AF70608F6F8F07
- 70902F6F6FAF60EF073030C760AF8F6F602F301F0F6F0F2F6F90AF3F80C72030
- AF70608F6F8F476060AF600F6F6040AF3F80C7206F2F60A02F6F70AF602FAF3F
- 80C72030AF70608F6F900770902F6F6FAF60EFC73030C760AF8F6F604F300000
- 00000000800F0000000000000000000000000000000000000000000000000000
- 0000001F3F5F97C0FF4F2FE03700001F3F5F97C0FF4F2FE03700BF104F709F10
- B0473FE037000F00000007008038000000001F0700000000000000000000304F
- 202FAFB00F000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000B0286F9F2F6FA0AF60204F3F00076FA08F70
- 804F3F7FE72FBFEF70BFCF2F0FEF6020AF601FCF2F1FEF6F6FEF2F7F4F700000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000009F3F000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
- 0000000000000000000000000000000000000000000000000000000000000000
- BFBFBFBFBFBFBFBFBFBFBFBF0000000000000000000000000000000000000000
- 00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 007F00007F00007F00007F000000000000000000000000000000000000000000
- 00000000000000000000000000BFBFBF000000000000000000000000BFBFBF00
- 0000000000000000000000000000000000000000000000000000000000BFBFBF
- 000000000000000000000000BFBFBF0000000000000000000000000000000000
- 00000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF00
- 0000000000000000000000000000000000000000000000000000000000007F00
- 007F00007F00007F00007F00007F000000000000000000000000000000000000
- 00000000000000000000BFBFBF000000000000000000000000000000000000BF
- BFBF000000000000000000000000000000000000000000000000BFBFBF000000
- 000000FF0000000000000000000000BFBFBF0000000000000000000000000000
- 00000000000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
- BFBF000000000000000000000000000000000000000000000000007F00007F00
- 007F00007F00007F00007F00007F00007F000000000000000000000000000000
- 00000000000000BFBFBF00000000000000000000000000000000000000000000
- 0000BFBFBF000000000000000000000000000000000000BFBFBF000000000000
- FF0000FF0000FF0000000000000000000000BFBFBF0000000000000000000000
- 00000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
- BFBFBFBFBF000000000000000000000000000000000000007F00007F00007F00
- 007F00007F00007F00007F00007F00007F00007F000000000000000000000000
- 00000000000000BFBFBF00000000000000000000000000000000000000000000
- 0000BFBFBF000000000000000000000000000000000000BFBFBF000000FF0000
- FF0000FF0000FF0000FF0000000000000000BFBFBF0000000000000000000000
- 00000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
- BFBFBFBFBF000000000000000000000000000000000000007F00007F00007F00
- 007F00007F00007F00007F00007F00007F00007F000000000000000000000000
- 00000000000000BFBFBF00000000000000000000000000000000000000000000
- 0000BFBFBF000000000000000000000000000000000000BFBFBF000000FF0000
- FF0000000000FF0000FF0000FF0000000000BFBFBF0000000000000000000000
- 00000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
- BFBFBFBFBF000000000000000000000000000000000000007F00007F00007F00
- 007F00007F00007F00007F00007F00007F00007F000000000000000000000000
- 00000000000000BFBFBF00000000000000000000000000000000000000000000
- 0000BFBFBF000000000000000000000000000000000000BFBFBF000000FF0000
- 000000000000000000FF0000FF0000FF0000BFBFBF0000000000000000000000
- 00000000000000BFBFBFBFBFBF000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
- BFBFBFBFBF000000000000000000000000000000000000007F00007F0000FF00
- 007F00007F00007F00007F00007F00007F00007F000000000000000000000000
- 00000000000000000000BFBFBF000000000000000000000000000000000000BF
- BFBF000000000000000000000000000000000000000000000000BFBFBF000000
- 000000000000000000000000FF0000FF0000FF00000000000000000000000000
- 00000000000000000000BFBFBFBFBFBF000000BFBFBFBFBFBFBFBFBFBFBFBFBF
- BFBF000000000000000000000000000000000000000000000000007F00007F00
- 00FF00007F00007F00007F00007F00007F000000000000000000000000000000
- 00000000000000000000000000BFBFBF000000000000000000000000BFBFBF00
- 0000000000000000000000000000000000000000000000000000000000BFBFBF
- 000000000000000000000000BFBFBFFF0000FF00000000000000000000000000
- 00000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF00
- 0000000000000000000000000000000000000000000000000000000000007F00
- 007F00007F00007F00007F00007F000000000000000000000000000000000000
- 00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
- 0000000000000000000000000000000000000000000000000000000000000000
- BFBFBFBFBFBFBFBFBFBFBFBF000000000000FF00000000000000000000000000
- 00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 007F00007F00007F00007F000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000424D
- 3E010000000000003E0000002800000040000000200000000100010000000000
- 000100000000000000000000000000000000000000000000FFFFFF00FFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67BCFFFFFFFFFFFFFFFF
- FFFFFFFFFFFF67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- 67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFF67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFF67BCFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3FFC3FFC3FFC3FFBDFFBDF
- F81FF81FF7EFF6EFF00FF00FEFF7EC77E007E007EFF7E837E007E007EFF7E917
- E007E007EFF7EB87E407E007F7EFF7C7F20FF00FFBDFFBC7F81FF81FFC3FFC37
- FC3FFC3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
- end
- object popTree: TPopupMenu
- Left = 387
- Top = 134
- object mniTreeExpandAll: TMenuItem
- Caption = '&Expand All'
- ShortCut = 0
- OnClick = mniTreeExpandAllClick
- end
- object mniTreeCollapseAll: TMenuItem
- Caption = '&Collapse All'
- ShortCut = 0
- OnClick = mniTreeCollapseAllClick
- end
- object N4: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object QuickSelect1: TMenuItem
- Caption = '&Quick Select'
- ShortCut = 0
- OnClick = DoShowQuickEdit
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object WhatsThis1: TMenuItem
- Caption = 'What'#39's This?'
- ShortCut = 0
- OnClick = OnWhatsThis
- end
- end
- object popGeneral: TPopupMenu
- Left = 389
- Top = 171
- object WhatsThis2: TMenuItem
- Caption = '&What'#39's This?'
- ShortCut = 0
- OnClick = OnWhatsThis
- end
- end
- object popSelList: TPopupMenu
- OnPopup = popSelListPopup
- Left = 393
- Top = 216
- object mniPopSelDelete: TMenuItem
- Caption = '&Delete Selected'
- ShortCut = 0
- OnClick = mniPopSelDeleteClick
- end
- object N2: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object WhatsThis3: TMenuItem
- Caption = '&Whats This?'
- ShortCut = 0
- OnClick = OnWhatsThis
- end
- end
- object popGeneric: TPopupMenu
- OnPopup = popGenericPopup
- Left = 381
- Top = 233
- object mniGenericAdd: TMenuItem
- Caption = '&Add'
- ShortCut = 0
- OnClick = btnAddItemClick
- end
- object mniGenericEdit: TMenuItem
- Caption = '&Edit'
- ShortCut = 0
- OnClick = btnEditItemClick
- end
- object mniGenericDelete: TMenuItem
- Caption = '&Delete'
- ShortCut = 0
- OnClick = btnDeleteItemClick
- end
- object N3: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object WhatsThis4: TMenuItem
- Caption = '&What'#39's This?'
- ShortCut = 0
- OnClick = OnWhatsThis
- end
- end
- end
-